home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / clocks / ttcode / aboutfrm.frm next >
Text File  |  1995-07-21  |  4KB  |  114 lines

  1. VERSION 2.00
  2. Begin Form AboutFrm 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   3  'Fixed Double
  5.    Caption         =   "About theTIME"
  6.    ClientHeight    =   3060
  7.    ClientLeft      =   4245
  8.    ClientTop       =   7920
  9.    ClientWidth     =   4215
  10.    ControlBox      =   0   'False
  11.    ForeColor       =   &H00800000&
  12.    Height          =   3465
  13.    Left            =   4185
  14.    LinkTopic       =   "Form1"
  15.    MaxButton       =   0   'False
  16.    MinButton       =   0   'False
  17.    ScaleHeight     =   204
  18.    ScaleMode       =   3  'Pixel
  19.    ScaleWidth      =   281
  20.    Top             =   7575
  21.    Width           =   4335
  22.    Begin PZLabel AboutLab 
  23.       Alignment       =   0  'Left Justify - TOP
  24.       BackStyle       =   0  'Transparent
  25.       Caption         =   "About 3"
  26.       CaptionMargin   =   8
  27.       Font3DColor     =   &H00FFFFFF&
  28.       FontBold        =   -1  'True
  29.       FontItalic      =   0   'False
  30.       FontName        =   "Times New Roman"
  31.       FontSize        =   8.25
  32.       FontStrikethru  =   0   'False
  33.       FontUnderline   =   0   'False
  34.       ForeColor       =   &H00800000&
  35.       Height          =   885
  36.       Index           =   2
  37.       Left            =   90
  38.       TabIndex        =   3
  39.       Top             =   2100
  40.       Width           =   4005
  41.       WordWrap        =   -1  'True
  42.    End
  43.    Begin PZLabel AboutLab 
  44.       Alignment       =   6  'Center - TOP
  45.       BackStyle       =   0  'Transparent
  46.       Caption         =   "About 2"
  47.       Font3D          =   4  'Drop Right
  48.       ForeColor       =   &H00C00000&
  49.       Height          =   1005
  50.       Index           =   1
  51.       Left            =   120
  52.       TabIndex        =   2
  53.       Top             =   990
  54.       Width           =   4005
  55.    End
  56.    Begin PZLabel AboutLab 
  57.       Alignment       =   6  'Center - TOP
  58.       BackStyle       =   0  'Transparent
  59.       Caption         =   "About 1"
  60.       Font3D          =   4  'Drop Right
  61.       Font3DColor     =   &H00000080&
  62.       Font3DSize      =   2
  63.       FontBold        =   -1  'True
  64.       FontItalic      =   -1  'True
  65.       FontName        =   "Arial"
  66.       FontSize        =   17.25
  67.       FontStrikethru  =   0   'False
  68.       FontUnderline   =   0   'False
  69.       ForeColor       =   &H000000C0&
  70.       Height          =   945
  71.       Icon            =   ABOUTFRM.FRX:0000
  72.       IconLeft        =   220
  73.       IconTop         =   20
  74.       Index           =   0
  75.       Left            =   120
  76.       TabIndex        =   1
  77.       Top             =   150
  78.       Width           =   3975
  79.    End
  80.    Begin PZLabel AboutPan 
  81.       BackColor       =   &H00C0C0C0&
  82.       BevelInner      =   1  'Inset
  83.       BevelInnerShading=   3  'Frame
  84.       BevelInnerWidth =   1
  85.       BevelOuter      =   2  'Raised
  86.       BorderInner     =   2  'Filled
  87.       BorderInnerWidth=   3
  88.       Font3D          =   2  'Block Right
  89.       Font3DColor     =   &H00FFFFFF&
  90.       FontBold        =   -1  'True
  91.       FontItalic      =   0   'False
  92.       FontName        =   "Times New Roman"
  93.       FontSize        =   9.75
  94.       FontStrikethru  =   0   'False
  95.       FontUnderline   =   0   'False
  96.       ForeColor       =   &H00800000&
  97.       Height          =   3075
  98.       IconLeft        =   20
  99.       IconTop         =   20
  100.       Left            =   0
  101.       Picture         =   ABOUTFRM.FRX:0302
  102.       PictureStyle    =   3  'Tiled
  103.       TabIndex        =   0
  104.       Top             =   0
  105.       Width           =   4215
  106.    End
  107. End
  108. Option Explicit
  109.  
  110. Sub AboutLab_Click (Index As Integer)
  111.     Hide
  112. End Sub
  113.  
  114.